-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mask-image property added and code refactor #1396
Conversation
@harshdoesdev, @Heulitig lets ensure #1390 is solved with this PR. |
e9a1b73
to
3b0567f
Compare
@harshdoesdev show a demo that looks like this https://codepen.io/noahblon/pen/PovZva |
@Heulitig I have added all of the required mask properties, but when I am running the tests, I am getting stack-overflow errors (originating from a totally unrelated test, the mask test is working perfectly fine when ran individually by providing the path argument) |
added the
mask-image
property in Common properties. The mask hides an element (partially or fully) by masking or clipping the image at specific points.Example:
Output: